home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / 01.dir / 00250.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  230 b   |  16 lines

  1. on GoAfterSound6 whichChannel
  2.   if soundBusy(whichChannel) then
  3.     go(the frame)
  4.   else
  5.     go("07")
  6.   end if
  7. end
  8.  
  9. on goAfterSound whichChannel
  10.   if soundBusy(whichChannel) then
  11.     go(the frame)
  12.   else
  13.     go("02")
  14.   end if
  15. end
  16.